Api.StartFromConfiguration method
Starts the KINGSTAR Subsystem using the configuration file created by KINGSTAR Configuration Tool.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsCommandStatus StartFromConfiguration(
string Configuration
)
Public Function StartFromConfiguration(
Configuration As String
) As KsCommandStatus
Parameters
Configuration
Type: String
The location of the .kst
file, which is created using KINGSTAR Configuration Tool.
Return value
Type: KsCommandStatus
Returns the KsCommandStatus class.
Remarks
- Replaces the methods used to create, configure, and start the KINGSTAR Subsystem and the axes. The method is synchronous and will return once the Subsystem and axes are configured.
Usable EtherCAT states
ecatOffline
Examples
N/A
See also